home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / misc / FlexCat.readme < prev    next >
Text File  |  1999-07-01  |  9KB  |  190 lines

  1. Short:    2.3 - Flexible catalogs (C, Asm, Oberon, E, ARexx, Modula...)
  2. Author:   Marcin Orlowski <carlos@amiga.com.pl>
  3. Uploader: Marcin Orlowski <carlos@amiga.com.pl>
  4. Version:  2.3
  5. Type:     dev/misc
  6. Www:      http://amiga.com.pl/flexcat/
  7. Date:     Wed May 19 10:51:16 1999
  8.  
  9.  
  10.  
  11.   INFO
  12.   ----------
  13.  
  14.     FlexCat creates catalogs and the source to handle them.  The difference
  15.   between FlexCat and KitCat, CatComp and some others is, that FlexCat is
  16.   designed to produce any source you want:  any programming language, any
  17.   individual needs should be satisfied.  However, FlexCat is not more
  18.   difficult to use.
  19.  
  20.     Translators will also find it useful, as, among standard functions
  21.   like #?.catalog creation, FlexCat is able to update your #?.ct files
  22.   to the new #?.cd files automatically. Give it a try! 
  23.  
  24.     This sounds like a contradiction.  FlexCat's solution is to use
  25.   template files, the so called "source descriptions".  Ready to use examples
  26.   for Assembler, C, C++, E, Oberon and Modula-2 are distributed, additionally
  27.   an example for supporting catalogs on Workbench 2.0.  Any other examples
  28.   are welcome.
  29.  
  30.  
  31.   Archives
  32.   ----------
  33.  
  34.     Since release 2.0, the FlexCat distribiution is splitted into the
  35.   smaller archives. They are (in order of importance):
  36.  
  37.   FlexCat.lha          - Latest FlexCat, user contribitions, english manual
  38.                          and foreign catalog files
  39.  
  40.   FlexCat_0x0.lha      - patches for 020, 040 and 060 versions of FlexCat
  41.                          (PPC makes no sense here. I checked that).
  42.  
  43.   FlexCat_ExDocs.lha   - FlexCat's guide in non english languages. Currently
  44.                          Svenska, Espanol and Deutsch are provided
  45.  
  46.   FlexCat_CatSrc.lha   - #?.cd and #?.ct files for existing translations and
  47.                          #?.texinfo documents
  48.  
  49.   FlexCat_Src.lha      - C source code for the FlexCat itself
  50.  
  51.   If you just want to use FlexCat, the 1st archive is all you need.
  52.   If you want to have CPU optimised binaries, take both 1st and 2nd
  53.   and patch the original release.  If you want to read translated manual,
  54.   get the 3rd one.  If you want to make the translation take the 4th one
  55.   (but I suggesto to join the Amiga Translators' Organisation
  56.   <http://ato.vapor.com/ato> first!)
  57.  
  58.  
  59.   Changes since previous release:
  60.   -------------------------------
  61.  
  62.   * v2.3 (19.05.99) - "Trailing ellipsis" detector was broken (Marco
  63.                       De Vitis <marco.dvv@flashnet.it>)
  64.  
  65.                     - Seems I updated the english manual for v2.2, but
  66.                       forgot to create .guide file out of texinfo.
  67.  
  68.                     - Fixed manual to say "1999" instead of "1998", and
  69.                       fixed #?.cd file to show proper arguments when
  70.                       help ("?") is requested (Herve Dupont
  71.                       <herve.dupont@nordnet.fr>)
  72.  
  73.                     - Spanish translation by Sergio Martín Rodríguez
  74.                       <smartin@kaos.es> and Tomás J. Cantó
  75.                       <tjcanto@redestb.es>
  76.  
  77.  
  78.   * v2.2 (14.04.99) - FlexCat can now copy "**NEW**" markers (or other
  79.                       specified) from old #?.ct file to new one, while
  80.                       upgrading #?.ct file (FlexCat CD CT newctfile CT).
  81.                       It should now be fearless to upgrade your all not
  82.                       yet finished translations. Due to this feature two
  83.                       new options appeared (available in prefs as well):
  84.                       COPYNEWs/S (specify if you want to activate this
  85.                       feature - to avoid possible problems its turned off
  86.                       by default), OLD_MSG_NEW/K - the string that marks
  87.                       new strings in old #?.ct file (by default "**NEW**"
  88.                       so you don't need to specify it unless you change
  89.                       MSG_NEW too). NOTE: FlexCat automatically appends
  90.                       "; " to the string!  (Christian Hattemer
  91.                       <Chris@heaven.riednet.wh.tu-darmstadt.de>)
  92.  
  93.                       Long awaited check for trailing ellipsis is now
  94.                       implemented
  95.  
  96.                       FlexCat now expands the above feature, and checks
  97.                       for trailing spaces, as it appears to be the most
  98.                       overlooked trailing character ever
  99.  
  100.                       Added missing #endif is source code, disallowing
  101.                       easy StormC or non-amiga compilations (Christian
  102.                       Hattemer)
  103.  
  104.                       Every line of original string that FlexCat puts
  105.                       into created #?.ct file is now prefixed by "; ".                      
  106.                       Previously, only first line had space between
  107.                       semicolon and the main text (Christian Hattemer)
  108.  
  109.                       Source descriptors and other FlexCat related
  110.                       goodies for StormC by Christian Hattemer
  111.                       are now available from any Aminet mirror
  112.                       (dev/c/Storm_FlexCat.lha) or from his homepage:
  113.                       http://www.riednet.wh.tu-darmstadt.de/~chris/
  114.  
  115.                       New translations: slowensko  - Damir Arh
  116.                       <damir.arh@guest.arnes.si>
  117.  
  118.                       Updated catalogs: svenska - Magnus Holmgren
  119.                       <lear@algonet.se>, srpski - Ljubomir Jankovic
  120.                       <lurch@beotel.yu>, nederlands - Leon Woestenberg
  121.                       <leon@stack.nl>, deutsch - Christian Hattemer
  122.                       <Chris@heaven.riednet.wh.tu-darmstadt.de>
  123.                       
  124.                       English manual updated to match latest changes.
  125.  
  126.  
  127. ============================= Archive contents =============================
  128.  
  129. Original  Packed Ratio    Date     Time    Name
  130. -------- ------- ----- --------- --------  -------------
  131.     2628    1138 56.6% 14-Apr-99 09:50:14 +FlexCat.catalog
  132.     3584    1566 56.3% 14-Apr-99 09:50:20 +FlexCat.catalog
  133.     3374    1498 55.6% 14-Apr-99 09:50:20 +FlexCat.catalog
  134.     3544    1525 56.9% 14-Apr-99 09:50:14 +FlexCat.catalog
  135.      637     303 52.4% 15-Feb-98 20:36:32 +ato.readme
  136.     2992    1370 54.2% 14-Apr-99 09:50:18 +FlexCat.catalog
  137.     3646    1689 53.6% 14-Apr-99 09:50:18 +FlexCat.catalog
  138.     3488    1514 56.5% 14-Apr-99 09:50:20 +FlexCat.catalog
  139.     3072    1421 53.7% 14-Apr-99 09:50:16 +FlexCat.catalog
  140.     3740    1797 51.9% 14-Apr-99 09:50:20 +FlexCat.catalog
  141.     4462    1839 58.7% 14-Apr-99 09:50:18 +FlexCat.catalog
  142.     2390    1164 51.2% 14-Apr-99 09:50:14 +FlexCat.catalog
  143.     3324    1543 53.5% 14-Apr-99 09:50:22 +FlexCat.catalog
  144.     3404    1565 54.0% 14-Apr-99 09:50:16 +FlexCat.catalog
  145.     3276    1512 53.8% 14-Apr-99 09:50:14 +FlexCat.catalog
  146.     3300    1488 54.9% 14-Apr-99 09:50:16 +FlexCat.catalog
  147.     3312    1599 51.7% 14-Apr-99 09:50:16 +FlexCat.catalog
  148.     1344     656 51.1% 02-Oct-97 23:45:54 +Flex_Arexx
  149.     1797    1114 38.0% 02-Oct-97 23:17:52 +Flex_Arexx.info
  150.     3024    1086 64.0% 02-Oct-97 23:04:32 +LMake
  151.     1932    1063 44.9% 10-Aug-97 14:26:24 +LMake.info
  152.     3132    1295 58.6% 02-Oct-97 23:10:18 +LMake.readme
  153.     3122    2360 24.4% 15-Aug-97 18:07:10 +LMake.readme.info
  154.    64090   20790 67.5% 19-May-99 11:57:30 +FlexCat_english.guide
  155.      464     241 48.0% 25-May-97 15:47:24 +FlexCat_english.guide.info
  156.     1886     838 55.5% 08-Nov-94 11:17:16 +AmigaOberon.sd
  157.     1009     572 43.3% 01-Oct-97 13:51:18 +ARexx.sd
  158.     2746    1123 59.1% 05-Mar-97 15:52:28 +AutoC_c.sd
  159.      511     258 49.5% 07-Nov-94 22:24:44 +AutoC_h.sd
  160.     2247     824 63.3% 07-Nov-94 22:26:22 +AztecAs_asm.sd
  161.      383     180 53.0% 07-Nov-94 22:28:10 +AztecAs_i.sd
  162.     3272    1267 61.2% 13-Jul-94 22:16:24 +C++_CatalogF.cc
  163.     1319     671 49.1% 07-Nov-94 22:15:02 +C++_CatalogF.h
  164.      506     242 52.1% 07-Nov-94 22:29:42 +C++_cc.sd
  165.      739     376 49.1% 18-May-97 11:57:52 +C++_h.sd
  166.     5422    1916 64.6% 13-Jan-96 19:08:48 +C_c.sd
  167.     5300    1856 64.9% 08-Nov-94 20:46:40 +C_c_V20.sd
  168.     1624     689 57.5% 08-Nov-94 20:47:38 +C_c_V21.sd
  169.      733     365 50.2% 10-May-95 00:53:40 +C_h.sd
  170.     1511     796 47.3% 25-May-97 23:25:04 +Cat2h.readme
  171.     1573     735 53.2% 25-May-97 05:44:22 +Cat2h_c.sd
  172.      367     187 49.0% 25-May-97 05:43:52 +Cat2h_h.sd
  173.     2363     747 68.3% 27-May-97 10:59:34 +CatComp_h.sd
  174.     1501     628 58.1% 07-Nov-94 22:16:04 +E21b.sd
  175.     1953     750 61.5% 07-Nov-94 22:16:14 +E30b.sd
  176.     2108     780 62.9% 27-Feb-98 21:27:34 +E32e.sd
  177.      483     272 43.6% 07-Nov-94 22:28:38 +Modula2Def.sd
  178.     2118     827 60.9% 07-Nov-94 22:28:50 +Modula2Mod.sd
  179.     2074     878 57.6% 08-Nov-94 11:17:34 +Oberon-A.sd
  180.     1684     747 55.6% 07-Nov-94 22:29:06 +Oberon_V38.sd
  181.     1683     743 55.8% 07-Nov-94 22:29:14 +Oberon_V39.sd
  182.     2293     840 63.3% 07-Nov-94 22:25:56 +SASasm_a.sd
  183.      370     175 52.7% 07-Nov-94 22:28:26 +SASasm_i.sd
  184.      632     278 56.0% 25-May-97 15:47:24  Docs.info
  185.    34096   19840 41.8% 19-May-99 11:55:34  FlexCat
  186.    17566    5773 67.1% 19-May-99 11:42:46  FlexCat.history
  187.     5684    2350 58.6% 19-May-99 11:59:36  FlexCat.readme
  188. -------- ------- ----- --------- --------
  189.   240834  101659 57.7% 31-May-99 21:28:58   57 files
  190.